projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e69376
)
(gitmerge-mode-font-lock-keywords): Don't use font-lock-*-face vars
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 5 Feb 2024 19:50:45 +0000
(14:50 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 5 Feb 2024 19:51:03 +0000
(14:51 -0500)
* admin/gitmerge.el (gitmerge-mode-font-lock-keywords): Refer to the
faces directly.
admin/gitmerge.el
patch
|
blob
|
history
diff --git
a/admin/gitmerge.el
b/admin/gitmerge.el
index 7c815c729e53346c7b592a8d86c1389f23f2eb2a..32d5c3c1bea4a098d38a25ddc9d56eb00193161e 100644
(file)
--- a/
admin/gitmerge.el
+++ b/
admin/gitmerge.el
@@
-111,10
+111,10
@@
If nil, the function `gitmerge-default-branch' guesses.")
(defvar gitmerge-mode-font-lock-keywords
`((,gitmerge-log-regexp
- (1 font-lock-warning-face)
- (2 font-lock-constant-face)
- (3 font-lock-builtin-face)
- (4 font-lock-comment-face))))
+ (1
'
font-lock-warning-face)
+ (2
'
font-lock-constant-face)
+ (3
'
font-lock-builtin-face)
+ (4
'
font-lock-comment-face))))
(defvar gitmerge--commits nil)
(defvar gitmerge--from nil)